# 3D Studio geometry import DLL runtime information.
#
# DO NOT MODIFY THIS FILE! Doing so will make the DLL inoperable.
#
# What type of plug-in this is (ie: geometry import, geometry export)
Plugin_Type = GeometryImport
# Which API version this plug-in adhears to (1, 2, etc)
Adhears_To_Plugin_Version = 1
# 1 = has an options dialog box, 0 = no options dialog box
Has_Options_Dialog_Box = 1
# 1 = has an "About" dialog box, 0 = no about dialog box
Has_About_Dialog_Box = 1
# An ASCII descriptive name for this plug-in (ie: used in the context of 'error loading "3D Studio" plug-in')
Plugin_Descriptive_Name = "3D Studio"
# An ASCII string added to the plug-ins main execution menu
Menu_Description = "3D Studio .3ds"
# The filter specification used for the Windows File-Open dialog box
FileOpen_Filter_Spec = "3D Studio Files (*.3ds,*.prj,*.mli)|*.3ds;*.prj;*.mli|3DS Scene Files (*.3ds)|*.3ds|3DS Project Files (*.prj)|*.prj|3DS Material Files (*.mli)|*.mli|"